LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccColorLookupTable16Bit Constructor(Byte[],Byte,UInt16[])

Show in webframe





Array that contains the number of grid points in each dimension.
Precision of data elements in bytes. Must be 02h.
Buffer of color lookup table data points. The size of each element is 2 byte. (Hence the "16Bit" in the class name).
Initializes a new IccColorLookupTable16Bit with explicit parameters.
Syntax
public IccColorLookupTable16Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   ushort[] data
)
'Declaration
 
Public Function New( _
   ByVal numberOfGridPoints() As Byte, _
   ByVal precision As Byte, _
   ByVal data() As UShort _
)
'Usage
 
Dim numberOfGridPoints() As Byte
Dim precision As Byte
Dim data() As UShort
 
Dim instance As New IccColorLookupTable16Bit(numberOfGridPoints, precision, data)

            

            
public:
IccColorLookupTable16Bit( 
   array<byte>^ numberOfGridPoints,
   byte precision,
   array<ushort>^ data
)

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.
precision
Precision of data elements in bytes. Must be 02h.
data
Buffer of color lookup table data points. The size of each element is 2 byte. (Hence the "16Bit" in the class name).
Requirements

Target Platforms

See Also

Reference

IccColorLookupTable16Bit Class
IccColorLookupTable16Bit Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.